home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / SOCKET < prev    next >
Text File  |  1995-05-21  |  2KB  |  45 lines

  1. ======                                            DEMONview [518]
  2. socket
  3. ======
  4.  
  5. _________________________________________________________________
  6. socket <socket_ref_number>
  7. _________________________________________________________________
  8. Without an argument, the 'socket' command displays all active
  9. local sockets, giving their type, the address of the associated
  10. protocol control block (PCB), remote socket if connected, and the
  11. owner's process ID and name.
  12.  
  13. >> Example of 'socket' display output:
  14. .................................................................
  15. S#  Type   PCB      Remote socket   Owner
  16. 128 Loc St 734f0008                 73540008 sl0 dialer
  17. 129 Loc St 734d0010                 73540008 sl0 dialer
  18. 130 TCP    7c0a0010                 7a900008 TTYlink listener
  19. 131 TCP    7c180010                 7aba0008 Echo listener
  20. 132 TCP    7c270008                 7ae40008 Discard listener
  21. 133 TCP    7c350008                 7b0e0008 Finger listener
  22. 134 Loc St 76930008                 76960010 ftp
  23. 135 Loc St 76910010                 76960010 ftp
  24. 136 TCP    7b690010 158.152.1.44:21 76960010 ftp
  25. 137 Loc St 76840008                 76c90010 telnet
  26. 138 Loc St 76a00008                 76c90010 telnet
  27. 139 TCP    842a0008 132.239.1.1:23  76c90010 telnet
  28. .................................................................
  29.  
  30.  
  31.  
  32. To get more detailed information about the status of a particular
  33. socket, you can include the socket reference number <S#> in the
  34. socket command.
  35.  
  36. >> Example of 'socket 136' output:
  37. .................................................................
  38. TCP 7b690010 ascii eol seq: 0d 0a
  39. Local:158.152.123.251:1026 Remote:158.152.1.44:21 State: Established
  40.      Init seq    Unack     Next Resent CWind Thrsh  Wind  MSS Queue Total
  41. Send:15816000 15816071 15816071      0   576 65535  4096  536     0   112
  42. Recv: 5db0600           5db0811     24             11680          0   528
  43. Timer stopped SRTT 1257 ms Mean dev 1301 ms
  44. .................................................................
  45.